home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pcwiz01.arc / BACKUP.INS < prev    next >
Text File  |  1991-08-22  |  3KB  |  77 lines

  1. BACKUP      Creates a BACKUP copy of the current data
  2.             contained on your hard disk.
  3.  
  4. Format:     BACKUP SD:/Path[FileSpec] DestD: [Switches]
  5.  
  6.    /S backs up files on BOTH the specified or current
  7.       directory and ALL sub-directories.
  8.  
  9.    /M backs up ONLY the files that have been modified
  10.       since the last BACKUP operation (including files
  11.       with ARCHIVE bit set by ATTRIB +A command).
  12.  
  13.    /A appends/adds the files to an existing set of
  14.       BACKUP diskettes. (Prevents over-writing files.)
  15.  
  16.    /D:mm-dd-yy  similiar to /M, but backs up ONLY
  17.       those files modified on, or after, the specified
  18.       DATE.
  19.    /T:hh:mm:ss  backs up ONLY those files modified on,
  20.       or after, the specified TIME. (MUST be used in
  21.       conjunction with the DATE switch.)
  22.  
  23.    /F FORMATS the target diskette(s) if it has not
  24.       already been formatted. (DOS V3.3 only.)
  25.  
  26.    /L:[LogFileSpec] Creates a log file that is named
  27.       according to the LogFileSpec entered. Defaults
  28.       to a file name of \BACKUP.LOG.
  29.  
  30. Example:    BACKUP C:\ A:
  31.  
  32.   Backs up ALL files contained in the ROOT directory
  33.   of drive C. (Will NOT backup any files contained in
  34.   sub-directories of the specified directory. If the
  35.   Source Directory is omitted will default to the
  36.   CURRENT directory.)
  37. Example:    BACKUP C:\ A: /S
  38.  
  39.   Backs up ALL files contained in the ROOT directory
  40.   AND sub-directories of drive C. (Performs a BACKUP
  41.   of the ENTIRE contents of drive C.)
  42.  
  43. Example:    BACKUP D:\ A: /S/M
  44.  
  45.   Backs up ALL files contained on drive D: (including
  46.   those in sub-directories) that have been MODIFIED
  47.   since the last BACKUP. Requires using a NEW set of
  48.   BACKUP diskettes.
  49.  
  50. Example:    BACKUP D:\ A: /S/M/A
  51.  
  52.   Same as preceding example, but APPENDS/ADDS the
  53.   files that have been MODIFIED to an EXISTING set
  54.   of BACKUP diskettes. (Insert LAST diskette used.)
  55. Example:    BACKUP D:\123 A: /S
  56.  
  57.   Backs up ALL files contained in the D:\123 directory
  58.   (including all D:\123 sub-directories).
  59.  
  60. Example:    BACKUP D:\123 A: /S/M/A/D:04-15-90
  61.  
  62.   APPENDS/ADDS the files in the D:\123 directory and
  63.   its sub-directories that were MODIFIED on, or after,
  64.   15 April 1990 to an EXISTING set of D:\123 BACKUP
  65.   diskettes. (Insert * LAST * D:\123 BACKUP Diskette.)
  66.  
  67. [*]   Normally the Target DRIVE for BACKUP will be
  68.   drive A: for placing BACKUP copies onto diskette(s).
  69.   However, hard disks can be used to receive BACKUPs.
  70.   Such hard disk backup files will be stored on the
  71.   TARGET hard disk in a sub-directory named \BACKUP.
  72.  
  73. [*]   Backups prepared using DOS Version 3.3 can NOT
  74.   be restored to another computer using an earlier DOS
  75.   version unless the system has been "booted" using a
  76.   DOS system diskette of version 3.3 or later.
  77.